Pet Store Web Service
PostaddPet
Description
Add a new pet to the store
Request

The request body is of type Pet.

Pet object that needs to be added to the store

Overview

Pet
Represents a single Pet in the Store.
tags : Array[Tag]
Tags currently applied to this Pet.
id : long
Unique identifier for this tag.
name : string
Tag Name.
id : long
Unique identifier for this pet.
category : Category
Pet category.
id : long
Unique identifier for this category.
name : string
Category Name.
status : string
Pet Status.
name : string
Pet Name.
photoUrls : Array[]
Photo Urls.
Fault Responses
FaultDescription
405This fault returns a response body of type (undefined).
Invalid input
See Also
Pets Resource GroupPet Store Web Service

 

 


© 2013 All Rights Reserved.

Send comments on this topic.